home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / mmvdemo.dir / 00385_Script_resting frame script < prev    next >
Text File  |  1996-09-24  |  297b  |  11 lines

  1. on exitFrame
  2.   global gPlaying, gSoundNumber, gWHichTitle
  3.   set gSoundNUmber = gSoundNumber + 1
  4.   put the number of member (gWhichTitle & gSoundNumber) into tWhichSound
  5.   if tWhichSound > 0 then puppetsound tWhichSound
  6.   waitforvoiceover
  7.   if not gPlaying then 
  8.     pause
  9.   end if
  10.   
  11. end